<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */
body {
  font: 14px/24px "微软雅黑","黑体", Arial,"宋体";
  color: #555;
  margin: 0;
  padding: 0;
  background: #fff;
  position: relative; }

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, input, button, textarea, select, p, span {
  margin: 0;
  padding: 0; }

img {
  border: 0; }

ul, li, ol, ul {
  list-style: none; }

.clear {
  clear: both;
  height: 0; }

a:hover {
  text-decoration: underline;
  color: #1b9cf3; }

a {
  text-decoration: none;
  color: #555; }

.fr {
  float: right; }

.fl {
  float: left; }

.mid {
  float: left; }

.center {
  width: 1280px;
  margin: 0 auto; }

/* public css */
/* head css */
.header {
  height: 36px;
  line-height: 36px;
  overflow: hidden;
  background-color: #f1f1f1;
  overflow: hidden;
  color: #6b6b6b; }

.head {
  position: relative;
  z-index: 10; }
.head .center{ overflow:hidden;}
  .head .fl {
    padding-top: 50px; }
    .head .fl .logo {
      float: left;
      display: block; }
      .head .fl .logo img {
        display: block; }
    .head .fl .name {
      float: left;
      padding-left: 12px;
      font-weight: bold;
      overflow: hidden;
      font-size: 12px;
      color: #333; letter-spacing: 1px;
      text-transform: uppercase; }
      .head .fl .name b {
        font-size: 46px;
        color: #333333;
        line-height: 1;
        display: block;
        letter-spacing: 3px;
        padding-bottom: 5px; }
  .head .fr {
    padding-top: 60px; font-size:18px; line-height:1.2; padding-right:50px;}
.head .fr b{ font-size:36px; color:#1b9cf3}
    .head .fr .language {
      overflow: hidden;
      text-align: center;
      padding-bottom: 5px;
      padding-left: 62px; }
      .head .fr .language a {
        display: inline-block;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s;
        width: 73px;
        height: 21px;
        line-height: 21px;
        background-color: #dedede;
        color: #333;
        border-radius: 10px;
        font-size: 16px; }
        .head .fr .language a.no1 {
          margin-right: 10px;
          background-color: #0066cc;
          color: #fff; }
        .head .fr .language a:hover {
          text-decoration: none;
          opacity: 0.8;
          filter: alpha(opacity=80); }
    .head .fr .tel {
      line-height: 26px;
      float: right; }
      .head .fr .tel .icon {
        float: left;
        margin-top: 4px;
        width: 23px;
        height: 20px;
        display: block;
        background: url(../images/ico.png) no-repeat left top transparent;
        margin-right: 8px; }
      .head .fr .tel b {
        font-size: 26px;
        font-weight: normal;
        color: #ff0000;
        font-family: Myriad Pro,arial;
        float: left; }
      .head .fr .tel span {
        float: left; }
    .head .fr .search {
      width: 300px;
      overflow: hidden;
      padding-top: 15px; }
      .head .fr .search input[type=text] {
        border: 1px solid #dcdcdc;
        width: 230px;
        float: left;
        border-right: 0;
        padding: 10px 15px;
        border-top-left-radius: 19px;
        border-bottom-left-radius: 19px;
        font-family: "微软雅黑";
        height: 18px;
        line-height: 18px;
        overflow: hidden;
        outline: none; }
      .head .fr .search input[type=submit] {
        border: 1px solid #dcdcdc;
        border-left: 0;
        outline: none;
        cursor: pointer;
        border-top-right-radius: 19px;
        border-bottom-right-radius: 19px;
        height: 40px;
        width: 39px;
        background: url(../images/ico.png) no-repeat -212px 9px transparent; }

/* head css end*/
/* menu css */
.menu {
  height: 44px;
  line-height: 44px;
  position: relative;
  z-index: 3;
  width: 1280px; margin:15px auto; }

.menulihover {
  width: 182px;
  height: 44px;
  border-radius: 22px;
  overflow: hidden;
  background: #1b9cf3;
  position: absolute;
  left: 0;
  bottom: 0px;
  -webkit-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
  display: none; }

.menu ul li {
  width: 182px;
  float: left;
  position: relative;
  z-index: 4; }

.menu ul li a {
  display: block;
  -webkit-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
  line-height: 44px;
  font-size: 16px;
  color: #333333;
  font-family: arial;
  font-weight: normal;
  text-align: center;
  position: relative;
  font-family: "微软雅黑"; }

.menu ul li a:hover {
  color: #1b9cf3;
  text-decoration: none; }

.menu ul li a.over {
  color: #fff; }

.menu ul li a.hover {
  color: #fff; }

.menu ul ul {
  position: absolute;
  z-index: 9999;
  padding: 5px 0;
  width: 100%;
  left: 0px;
  top: 44px;
  height: auto;
  background-color: #fff;
  display: none;
  overflow: hidden; }

.menu ul ul li {
  border-left: 0;
  width: 100%;
  padding: 0; }

.menu ul ul a {
  font-size: 14px;
  line-height: 38px;
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
  background: none;
  height: 38px;
  border-left: 0;
  border-right: 0;
  overflow: hidden;
  text-align: center;
  font-family: "微软雅黑";
  padding-left: 0;
  padding: 0;
  font-weight: normal;
  display: block; }

.menu ul ul a:hover {
  color: #fff;
  font-weight: normal;
  background-color: #1b9cf3; }

.menu ul ul li {
  overflow: hidden;
  background: none; }

/* banner css */
.banner {
  position: relative;
  z-index: 1;
  height: 670px; }

.banner .bannerpic {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: block;
  height: 670px;
  opacity: 0;
  filter: alpha(opacity=0); }

.banner_icon {
  position: absolute;
  overflow: hidden;
  left: 50%;
  bottom: 16px;
  z-index: 3;
  height: 16px;
  width: 102px;
  margin-left: -51px;
  z-index: 6; }

.banner ul li {
  float: left;
  width: 12px;
  margin: 0 11px;
  height: 12px;
  border-radius: 6px;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  background-color: #fff;
  font-weight: normal; }

.banner ul .banner_icon_active {
  width: 28px;
  margin: 0 3px; }

.nybanner {
  height: 400px;
  overflow: hidden; }

.nybanner .bannernav a {
  height: 400px; }

/* banner css END*/
/*main css*/
.maintop {
  overflow: hidden;
  padding: 25px 0;
  height: 50px;
  line-height: 50px; }
  .maintop .fl {
    position: relative;
    padding-right: 69px; }
    .maintop .fl input[type=text] {
      width: 496px;
      float: left;
      height: 18px;
      border-top-left-radius: 25px;
      border-bottom-left-radius: 25px;
      line-height: 18px;
      outline: none;
      font-family: "微软雅黑";
      border: 1px solid #999999;
      border-right: 0;
      padding: 15px 80px 15px 30px; }
      .maintop .fl input[type=text]:focus {
        border-color: #1b9cf3; }
    .maintop .fl input[type=submit] {
      width: 118px;
      height: 50px;
      position: absolute;
      right: 0;
      border-radius: 25px;
      background: #1b9cf3;
      color: #fff;
      border: 0;
      font-family: "微软雅黑";
      cursor: pointer;
      outline: none;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      transition: all 0.3s; }
      .maintop .fl input[type=submit]:hover {
        opacity: 0.8;
        filter: alpha(opacity=80); }
  .maintop .yewuico {
    float: right;
    overflow: hidden;
    font-size: 36px;
    color: #1b9cf3;
    font-weight: bold; }

.title {
  overflow: hidden;
  text-align: center; }
  .title h3 {
    font-size: 46px;
    line-height: 1.2;
    color: #1b9cf3; }
  .title .line {
    height: 2px;
    position: relative;
    background-color: #999;
    margin: 15px 0; }
  .title em {
    font-style: normal;
    text-transform: uppercase;
    color: #999999;
    font-size: 18px;
    font-family: arial;
    display: block;
    padding: 10px 0; }
  .title p {
    font-size: 16px;
    color: #333333; }

.business {
  overflow: hidden;
  padding-top: 40px;
  padding-bottom: 20px;
  width: 1280px;
  margin: 0 auto; }
  .business ul {
    padding-top: 40px;
    overflow: hidden;
    display: block; }
    .business ul li {
      position: relative;
      overflow: hidden;
      float: left;
      margin-right: 17px;
      margin-bottom: 18px;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      transition: all 0.3s; }
      .business ul li a {
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s;
        display: block; }
        .business ul li a img {
          display: block;
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          -ms-transition: all 0.3s;
          transition: all 0.3s; }
        .business ul li a:hover img {
          -webkit-transform: scale(1.1);
          -moz-transform: scale(1.1);
          -ms-transform: scale(1.1);
          transform: scale(1.1); }
      .business ul li.no1, .business ul li.no4, .business ul li.no5 {
        margin-bottom: 0; }
      .business ul li.no3, .business ul li.no5 {
        margin-right: 0; }
      .business ul li .businesstext {
        position: absolute;
        top: 0;
        line-height: 38px;
        padding: 25px 10%;
        text-align: center;
        left: 0;
        right: 0;
        font-size: 24px;
        color: #fff;
        background-color: rgba(21, 77, 131, 0.5); }
        .business ul li .businesstext i {
          display: inline-block;
          width: 56px;
          height: 38px;
          background: url(../images/ico.png) no-repeat 12px 0 transparent;
          vertical-align: middle; }
      .business ul li.no1 .businesstext i {
        background-position: 12px -4px; }
      .business ul li.no2 .businesstext i {
        background-position: -61px -2px; }
      .business ul li.no3 .businesstext i {
        background-position: -122px -2px; }
      .business ul li.no4 .businesstext i {
        background-position: -189px 0px; }
      .business ul li.no5 .businesstext {
        text-align: left; }
        .business ul li.no5 .businesstext i {
          background-position: -251px 17px;
          float: left;
          height: 71px; }
  .business .businessmore {
    display: block;
    border-radius: 27px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 18px;
    width: 290px;
    height: 54px;
    line-height: 54px;
    background-color: #1b9cf3;
    color: #fff;
    text-align: center;
    margin: 30px auto 0; }
    .business .businessmore:hover {
      text-decoration: none;
      opacity: 0.8;
      filter: alpha(opacity=80); }

.server {
  width: 1280px;
  margin: 40px auto 20px;
  overflow: hidden; }
  .server .serverimg {
    background: url(../images/advantagebg.jpg) no-repeat center top transparent;
    position: relative;
    height: 220px;
    margin-top: 40px; }
    .server .serverimg p {
      position: absolute;
      left: 50%;
      width: 32px;
      top: 28px;
      margin-left: -16px;
      font-size: 28px;
      color: #1b9cf3;
      font-weight: bold;
      line-height: 1.1; }
  .server .servertext {
    padding: 20px 0 40px;
    color: #555; }
    .server .servertext .servertexttit {
      line-height: 34px; color:#333;
      padding-bottom: 5px; }
      .server .servertext .servertexttit b {
        color: #1b9cf3;
        font-size: 18px; }
  .server ul {
    overflow: hidden;
    width: 1300px; }
    .server ul li {
      float: left;
      width: 306px;
      margin-right: 18px; }
      .server ul li img {
        display: block; }
  .server .advantageico {
    background: url(../images/advantagebg2.jpg) no-repeat center top transparent;
    height: 200px; }
    .server .advantageico ul {
      padding-top: 24px; }
      .server .advantageico ul li {
        width: 150px;
        height: 150px;
        margin: 0 84px;
        border: 1px solid #fff;
        text-align: center;
        color: #fff; }
        .server .advantageico ul li i {
          background: url(../images/ico.png) no-repeat 0 0 transparent;
          display: block;
          width: 75px;
          height: 75px;
          margin: 10px auto 0; }
        .server .advantageico ul li.no1 i {
          background-position: -319px 2px; }
        .server .advantageico ul li.no2 i {
          background-position: -410px 2px; }
        .server .advantageico ul li.no3 i {
          background-position: -510px 4px; }
        .server .advantageico ul li.no4 i {
          background-position: -609px 2px; }

.homemap {
  background: url(../images/mapimg.jpg) no-repeat left top transparent; }
  .homemap .center {
    position: relative;
    height: 881px; }
    .homemap .center .homemaptext {
      position: absolute;
      right: 40px;
      width: 385px;
      top: 275px;
      color: #fff;
      font-size: 24px;
      line-height: 1.6; }
      .homemap .center .homemaptext h3 {
        font-size: 60px;
        line-height: 1.2; }
      .homemap .center .homemaptext em {
        font-style: normal;
        display: block;
        padding: 5px 0 20px; }

.advantage {
  background-color: #1b9cf3;
  padding: 50px 0;
  overflow: hidden; }
  .advantage .advantagetitle {
    text-align: center;
    color: #fff;
    border-bottom: 2px solid #1786d1;
    overflow: hidden;
    padding-bottom: 20px; }
    .advantage .advantagetitle h3 {
      font-size: 36px;
      line-height: 1.1;
      font-weight: normal;
      letter-spacing: 10px; }
    .advantage .advantagetitle em {
      color: #e7e7e7;
      font-size: 18px;
      font-style: normal;
      text-transform: uppercase;
      line-height: 1.2;
      padding-top: 10px;
      display: block; }
  .advantage .advantagemain {
    border-top: 1px solid #37a9f5;
    padding-top: 40px;
    position: relative; }
    .advantage .advantagemain .line {
      height: 1px;
      width: 100%;
      background-color: #fff;
      position: absolute;
      top: 137px; }
    .advantage .advantagemain .center {
      overflow: hidden;
      color: #fff;
      font-size: 18px;
      position: relative;
      z-index: 2; }
      .advantage .advantagemain .center dl {
        float: left;
        width: 14.2857%;
        text-align: center; }
        .advantage .advantagemain .center dl dd.no1 {
          width: 26px;
          height: 26px;
          background-color: #fff;
          color: #1b9cf3;
          text-align: center;
          line-height: 26px;
          font-size: 18px;
          border-radius: 50%;
          margin: 15px auto; }
        .advantage .advantagemain .center dl dt {
          width: 86px;
          height: 70px;
          background: url(../images/ico.png) no-repeat left top transparent;
          margin: 0 auto; }
        .advantage .advantagemain .center dl.no1 dt {
          background-position: 11px -84px; }
        .advantage .advantagemain .center dl.no2 dt {
          background-position: -89px -84px; }
        .advantage .advantagemain .center dl.no3 dt {
          background-position: -189px -84px; }
        .advantage .advantagemain .center dl.no4 dt {
          background-position: -303px -84px; }
        .advantage .advantagemain .center dl.no5 dt {
          background-position: -391px -84px; }
        .advantage .advantagemain .center dl.no6 dt {
          background-position: -499px -84px; }
        .advantage .advantagemain .center dl.no7 dt {
          background-position: -599px -84px; }

.brand {
  padding: 60px 0 40px;
  width: 1280px;
  margin: 0 auto; }
  .brand .brandmain {
    overflow: hidden; }
    .brand .brandmain .bd {
      padding: 40px 0;
      }
      .brand .brandmain .bd li {
        width: 428px;
        height: 210px;
        position: relative;
        margin: 40px 0;
        float: left; }
        .brand .brandmain .bd li a {
          display: block;
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          -ms-transition: all 0.3s;
          transition: all 0.3s;
          width: 352px;
          height: 208px;
          border: 1px solid #c2c7ca;
          position: absolute;
          left: 50%;
          top: 50%;
          margin-left: -177px;
          margin-top: -105px; }
          .brand .brandmain .bd li a img {
            display: block;
            width: 100%;
            height: 100%; }
          .brand .brandmain .bd li a:hover {
            border-color: #1b9cf3; }
        .brand .brandmain .bd li.active {
          display: block;
          z-index: 999; }
          .brand .brandmain .bd li.active a {
            width: 480px;
            height: 284px;
            margin-left: -240px;
            margin-top: -142px; }
    .brand .brandmain .hd {
      position: relative;
      z-index: 999;
      height: 0;
      opacity: 0;
      filter: alpha(opacity=0);
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      transition: all 0.3s; }
      .brand .brandmain .hd a {
        position: absolute;
        text-decoration: none;
        cursor: pointer;
        display: block;
        top: 80px;
        text-align: center;
        font-size: 32px;
        width: 80px;
        height: 210px;
        line-height: 210px;
        background-color: rgba(0, 0, 0, 0.2);
        color: #fff; }
        .brand .brandmain .hd a.prev {
          left: 37px; }
        .brand .brandmain .hd a.next {
          right: 33px; }
        .brand .brandmain .hd a:hover {
          background-color: rgba(27, 156, 243, 0.2); }
    .brand .brandmain:hover .hd {
      opacity: 1; }

.about {
  overflow: hidden;
  width: 1280px;
  margin: 0 auto 75px; }
  .about .fl {
    width: 637px;
    height: 302px;
    overflow: hidden; }
    .about .fl img {
      display: block;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      transition: all 0.3s; }
    .about .fl:hover img {
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); }
  .about .fr {
    width: 488px;
    overflow: hidden; }
    .about .fr h3 {
      padding-bottom: 20px;
      font-size: 36px;
      color: #333;
      line-height: 1.1; }
    .about .fr .abouttext {
      font-size: 16px;
      line-height: 24px;
      }
    .about .fr a.aboutlink {
      display: block;
      width: 290px;
      height: 54px;
      line-height: 54px;
      border-radius: 27px;
      text-align: center;
      font-size: 18px;
      margin-top: 43px;
      background-color: #1b9cf3;
      float: right;
      color: #fff; }
      .about .fr a.aboutlink:hover {
        text-decoration: none;
        border-color: #1b9cf3; }
        .about .fr a.aboutlink:hover i {
          background-position: -128px top; }
  .about .aboutmain {
    overflow: hidden;
    padding: 40px 50px; }
  .about .gsfc {
    position: relative;
    overflow: hidden;
    clear: both;
    width: 1200px;
    margin: 0 auto; }
    .about .gsfc .prev, .about .gsfc .next {
      width: 24px;
      height: 189px;
      top: 0;
      cursor: pointer;
      background-color: #e6e6e6;
      position: absolute;
      z-index: 9; }
      .about .gsfc .prev i, .about .gsfc .next i {
        background: url(../images/ico.png) no-repeat left top transparent;
        display: block;
        width: 18px;
        height: 32px;
        overflow: hidden;
        margin: 79px auto 0; }
    .about .gsfc .prev {
      left: 0; }
      .about .gsfc .prev i {
        background-position: -716px -34px; }
      .about .gsfc .prev:hover i {
        background-position: -737px -34px; }
    .about .gsfc .next {
      right: 0; }
      .about .gsfc .next i {
        background-position: -737px -1px; }
      .about .gsfc .next:hover i {
        background-position: -716px -1px; }
    .about .gsfc .gsfcmain {
      overflow: hidden;
      width: 1141px;
      margin: 0 auto; }
      .about .gsfc .gsfcmain ul {
        width: 2000px; }
      .about .gsfc .gsfcmain li {
        width: 280px;
        height: 189px;
        overflow: hidden;
        float: left;
        margin-right: 7px; }
        .about .gsfc .gsfcmain li img {
          display: block;
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          -ms-transition: all 0.3s;
          transition: all 0.3s; }
        .about .gsfc .gsfcmain li:hover img {
          -webkit-transform: scale(1.1);
          -moz-transform: scale(1.1);
          -ms-transform: scale(1.1);
          transform: scale(1.1); }

.news {
  width: 1280px;
  margin: 0 auto 100px; }
  .news .newsmain {
    margin-top: 40px;
    position: relative; }
    .news .newsmain ul {
      height: 698px;
      overflow: hidden; }
      .news .newsmain ul li {
        padding-bottom: 30px; height:168px; }
        .news .newsmain ul li a {
          display: block;
          padding-left: 200px;
          position: relative;
          color: #333; }
          .news .newsmain ul li a img {
            display: block;
            position: absolute;
            left: 0;
            top: 0; }
          .news .newsmain ul li a .newdate {
            position: absolute;
            right: 0;
            width: 121px;
            top: 10px;
            padding-left: 26px;
            font-size: 16px; color:#999}
            .news .newsmain ul li a .newdate i {
              display: block;
              position: absolute;
              left: 0;
              top: 5px;
              background-color: #c2c7ca;
              width: 18px;
              height: 18px;
              border-radius: 50%; }
            .news .newsmain ul li a .newdate b {
              display: block;
              font-size: 24px; color:#333;
              font-weight: normal;
              padding-bottom: 5px; }
          .news .newsmain ul li a .newbt {
            font-size: 22px;
            line-height: 1.2;
            font-weight: normal;
            padding-bottom: 23px;
            display: block; }
          .news .newsmain ul li a p {
            padding-right: 206px;
            font-size: 16px; color:#555; line-height:1.5}
          .news .newsmain ul li a:hover {
            text-decoration: none; }
    .news .newsmain .timez {
      position: absolute;
      right: 137px;
      z-index: 999;
      bottom: -10px;
      top: 0;
      width: 2px;
      background-color: #c2c7ca; }
      .news .newsmain .timez a {
        display: block;
        width: 68px;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s;
        height: 68px;
        border-radius: 50%;
        background-color: #1b9cf3;
        position: absolute;
        bottom: 0;
        left: 50%;
        margin-left: -34px;
        text-align: center;
        color: #fff;
        line-height: 68px;
        font-size: 18px; }
        .news .newsmain .timez a:hover {
          text-decoration: none;
          opacity: 0.8;
          filter: alpha(opacity=80); }

.foot {
  background-color: #33373a;
  overflow: hidden;
  padding-top: 52px;
  color: #fefefe;

  font-size: 16px; }
  .foot a {
    color: #fefefe; }
    .foot a:hover {
      color: #fff; }
  .foot h3 {
    font-size: 20px;
    font-weight: normal;
    text-align: left;
    line-height: 30px; }
    .foot h3 i {
      display: block;
      width: 30px;
      height: 2px;
      background-color: #1b6a9f;
      margin: 10px 0 25px; }
  .foot .copyright {
    text-align: center;
    border-top: 1px solid #4f4f4f;
    color: #848484;
    padding: 30px 0;
    line-height: 1.6; }
    .foot .copyright a {
      color: #848484; }
      .foot .copyright a:hover {
        color: #fff;
        text-decoration: none; }
    .foot .link {
      padding-bottom: 20px;  width:1280px; margin:0 auto;}
      .foot .link b {
        font-weight: bold; }
      .foot .link a {
        display: inline-block;
        padding: 0 20px; color:#888}
.foot .link a:hover{ color:#fff; text-decoration:none;}
  .foot .center {
    overflow: hidden;
    padding-bottom: 35px; }
    .foot .center .fr {
      width: 178px;
      text-align: center;
    
      font-size: 16px; }
      .foot .center .fr img {
        display: block;
        width: 178px !important;
        height: 178px !important;
        margin-bottom: 10px;
        margin-top: 38px; }
    .foot .center .fl {
      width: 620px;
       }
      .foot .center .fl li {
        line-height: 30px;
        float: left;
        font-size: 16px;
        padding-bottom: 10px;
        width: 144px; }
        .foot .center .fl li a {
          display: block;
          font-weight: bold;
          font-size: 18px; }
          .foot .center .fl li a:hover {
            text-decoration: none;
            opacity: 0.8;
            filter: alpha(opacity=80); }
          .foot .center .fl li a i {
            display: block;
            width: 30px;
            height: 2px;
            background-color: #1b6a9f;
            margin: 10px 0 25px; }
        .foot .center .fl li li {
          width: 100%;
          padding: 0; }
          .foot .center .fl li li a {
            font-weight: normal;
            font-size: 16px;
            line-height: 35px; }
    .foot .center .mid {
      width: 385px; }
      .foot .center .mid b {
        display: block;
        font-size: 36px;
        color: #82f5ff;
        font-weight: bold;
        line-height: 1.6;
        padding-bottom: 5px; }
      .foot .center .mid p {
        line-height: 40px; }

/*main css end*/
/* 内页 css */
.nyvideo {
  width: 800px;
  height: 500px;
  margin: 0 auto; }

.nymain {
  overflow: hidden;
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 50px;
  padding-top: 40px; }

/* main css */
/* left public css */
.prolist {
  height: auto;
  background-color: #f7f7f7;
  overflow: hidden; }

.prolist h3 {
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
  background-color: #1b9cf3;
  color: #fff;
  font-size: 18px;
  font-weight: normal; }

.prolist ul {
  padding: 10px 20px 20px; }

.prolist ul li {
  line-height: 46px; }

.prolist ul li a {
  display: block;
  font-size: 16px;
  border-bottom: 1px solid #fff;
  position: relative; }

.prolist ul li a em {
  display: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  width: 30px;
  height: 30px;
  font-style: normal;
  text-align: center;
  line-height: 30px;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -15px;
  font-family: "宋体";
  color: #ABABAB;
  font-size: 15px; }

.prolist ul li a:hover {
  text-decoration: none; }

.prolist ul li a:hover em {
  -webkit-transform: rotateZ(90deg);
  -moz-transform: rotateZ(90deg);
  -ms-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
  color: #1b9cf3; }

.prolist ul li a.on, .prolist ul li a.hover {
  color: #1b9cf3; }

.prolist ul ul {
  background-color: #eee;
  display: none;
  padding: 10px 20px; }

.prolist ul ul li a {
  line-height: 40px;
  font-size: 14px;
  color: #555;
  border-bottom: 1px solid #f7f7f7; }

.prolist ul ul li:last-child a {
  border: 0; }

.prolist ul ul li a:hover {
  color: #1b9cf3; }

.left {
  width: 270px;
  float: left; }

.contact {
  margin-top: 25px;
  width: 270px; }

.contact.on {
  position: fixed;
  right: 50%;
  top: 0;
  z-index: 99999;
  margin-right: 330px;
  margin-top: 20px; }

.contact.onabsolute {
  position: absolute;
  right: 50%;
  bottom: 415px;
  z-index: 99999;
  margin-right: 330px;
  margin-top: 20px; }

.contacttitle {
  border-bottom: 8px solid #f7f7f7;
  height: 28px;
  line-height: 22px;
  position: relative;
  padding-bottom: 10px; }

.contacttitle h3 {
  color: #1b9cf3;
  float: left;
  font-size: 18px;
  transition: all 0.3s ease 0s;
  font-weight: normal; }

.contacttitle .more {
  float: right; }

.contacttitle .more a {
  color: #999; }

.contacttitle .more a:hover {
  color: #1b9cf3; }

.contactmain {
  padding-top: 10px;
  line-height: 26px;
  background-color: #f7f7f7;
  padding: 20px; }

/* right public css */
.right {
  float: right;
  width: 895px; }

.site {
  float: right; }

.site a:hover {
  color: #1b9cf3;
  text-decoration: none; }

.righttitle {
  border-bottom: 8px solid #f7f7f7;
  height: 50px;
  line-height: 50px; }

.righttitle h3 {
  border-left: 3px solid #1b9cf3;
  color: #1b9cf3;
  cursor: pointer;
  float: left;
  font-size: 18px;
  font-weight: normal;
  height: 22px;
  line-height: 22px;
  margin-top: 10px;
  padding: 0 12px 0 15px; }

.nycenter {
  overflow: hidden;
  padding: 30px 0; }

.nyContent a {
  color: blue;
  text-decoration: underline; }

.nyContent a:hover {
  text-decoration: none; }

/*新闻列表 css */
.ArticleCategory li {
  height: 52px;
  line-height: 52px;
  border-bottom: 1px solid #f4f4f4;
  overflow: hidden; }

.ArticleCategory li em {
  float: right;
  font-style: normal;
  font-size: 12px;
  color: #999; }

.ArticleCategory li a {
  display: block; }

.ArticleCategory li a:hover {
  text-decoration: none;
  color: #1b9cf3; }

.ArticleCategory li a:hover em {
  color: #1b9cf3; }

.page {
  text-align: center;
  padding-top: 20px; }

/*新闻详细 css */
.nycenter h1 {
  font-size: 22px;
  text-align: center;
  padding-top: 10px;
  font-weight: normal;
  color: #000; }

.fbtime {
  line-height: 32px;
  text-align: center;
  padding: 10px 0 0;
  border-bottom: 1px dashed #ccc;
  margin-bottom: 20px; }

/*产品列表 css */
.ProductCategory li {
  width: 281px;
  float: left;
  padding-right: 26px;
  text-align: center;
  line-height: 32px;
  padding-bottom: 20px; }

.ProductCategory {
  width: 950px; }

.ProductCategory li a {
  display: block;
  -webkit-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s; }

.ProductCategory li a img {
  display: block;
  -webkit-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s; }

.ProductCategory li a:hover {
  text-decoration: none;
  color: #1b9cf3; }

.ProductCategory li a:hover img {
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1); }

.nrproimg {
  width: 279px;
  height: 199px;
  position: relative;
  *z-index: -1;
  overflow: hidden;
  -webkit-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s; }

.ProductCategory li a:hover .nrproimg {
  border-color: #1b9cf3; }

.gbookbg input[type="text"] {
  border: 1px solid #ccc;
  font-family: "微软雅黑";
  width: 350px;
  height: 32px;
  line-height: 32px;
  padding: 0 5px;
  margin-left: 10px;
  outline: none; }
  .gbookbg input[type="text"]:focus {
    border-color: #1b9cf3; }

.gbookbg td {
  padding-bottom: 5px; }

.gbookbg td em {
  color: red;
  font-style: normal; }

.gbookbg textarea {
  padding: 5px;
  font-size: 13px;
  outline: none;
  font-family: "微软雅黑";
  border: 1px solid #ccc;
  height: 88px;
  line-height: 22px;
  width: 350px;
  margin-left: 10px; }
  .gbookbg textarea:focus {
    border-color: #1b9cf3; }

.gbookbg td input[type="submit"], .gbookbg td input[type="reset"] {
  height: 32px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  font-family: "微软雅黑";
  line-height: 32px;
  width: 100px;
  text-align: center;
  border: 0;
  background-color: #555;
  color: #fff;
  cursor: pointer;
  margin-top: 5px; }
  .gbookbg td input[type="submit"]:hover, .gbookbg td input[type="reset"]:hover {
    opacity: 0.8;
    filter: alpha(opacity=80); }

.gbookbg td input[type="submit"] {
  background-color: #1b9cf3; }

.code {
  border: 1px solid #ccc;
  display: block;
  float: left;
  padding: 11px;
  cursor: pointer;
  margin-right: 3px; }

.gbooklist {
  overflow: hidden;
  padding-top: 40px; }

.gbooklist ul li {
  padding-bottom: 15px; }

.lytitle {
  overflow: hidden; }

.lytitle .time {
  float: right;
  color: #999; }

.lytitle span {
  padding: 0 20px; }

.lynr {
  padding: 20px;
  margin: 10px 0 0;
  background-color: #f4f4f4; }

.lyhf {
  padding-bottom: 10px;
  border: 1px solid #f4f4f4;
  padding: 20px;
  border-top: 0; }

.downlist {
  overflow: hidden;
  position: relative;
  border-bottom: 1px dashed #ccc;
  padding: 20px 150px 20px 0; }

.downlist dt {
  position: absolute;
  right: 0;
  height: 38px;
  width: 100px;
  text-align: center;
  color: #fff;
  line-height: 38px;
  top: 50%;
  margin-top: -19px; }

.downlist dt a {
  display: block;
  color: #fff;
  background-color: #1b9cf3;
  border-radius: 10px; }

.downlist dt a:hover {
  background-color: #ff872c;
  text-decoration: none; }

.downlist dd a {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #333; }

.downlist dd a:hover {
  text-decoration: none;
  color: #1b9cf3; }

.downlist dd span {
  display: block;
  color: #999;
  font-size: 12px; }

.downlist dd p {
  height: 48px;
  overflow: hidden;
  padding-top: 5px;
  color: #666; }

.tabledown {
  margin: 0 auto; }

.tabledown td {
  line-height: 36px;
  border-bottom: 1px solid #ccc; }

.tabledown th {
  border-left: 1px solid #f4f4f4;
  background-color: #f4f4f4;
  height: 46px;
  line-height: 46px; }

.tabledown td span {
  color: #999;
  display: inline-block;
  width: 73px; }

#Count {
  color: red;
  width: auto; }

.tabledown td.last {
  line-height: 22px;
  padding: 20px 0; }

.khjzlist {
  overflow: hidden;
  background-color: #f4f4f4;
  padding: 10px;
  margin-bottom: 15px;
  width: 420px;
  margin-right: 15px;
  float: left; }

.khjzlist:hover {
  background-color: #eee; }

.khjzlist dt {
  float: left;
  width: 120px;
  height: 120px;
  overflow: hidden;
  border-radius: 50%; }

.khjzlist dt img {
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 50%; }

.khjzlist:hover dt img {
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg); }

.khjzlist dd {
  width: 285px;
  float: right; }

.khjzlist dd a.khjzmore {
  display: inline-block;
  line-height: 24px;
  width: 92px;
  text-align: center;
  background-color: #999;
  color: #fff;
  position: relative;
  overflow: hidden; }

.khjzlist dd a.khjzmore span {
  position: relative;
  z-index: 3; }

.khjzlist dd a.khjzmore:before {
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  height: 0;
  top: 0;
  left: 0;
  width: 0;
  border: 0px solid transparent;
  border-top-color: #1b9cf3;
  content: "";
  z-index: 2; }

.khjzlist:hover dd a.khjzmore:before {
  border-width: 120px 120px 0 0; }

.khjzlist dd p {
  height: 44px;
  overflow: hidden;
  padding-top: 5px;
  margin-bottom: 15px; }

.khjzlist dd h3 {
  line-height: 28px; }

.khjzlist dd h3 a {
  display: block; }

/*放大镜效果*/
.magnifier {
  width: 100%;
  overflow: hidden; }

.magnifier_rf {
  text-align: left; }

.magnifier_rf h1 {
  text-align: left; }

.magnifier_rf .fbtime {
  text-align: left; }

.magnifier_lf {
  float: left;
  width: 452px;
  position: relative;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none; }

/*去除选择效果*/
.magnifier_rf {
  float: right;
  width: 46%; }

#jqzoom {
  position: relative;
  width: 452px;
  height: 452px;
  cursor: move;
  margin-bottom: 10px; }

#jqzoom img {
  display: block;
  border: 1px solid #ddd; }

.jqzoomlist {
  overflow: hidden;
  position: relative;
  height: 74px; }

.jqzoomlist li {
  width: 74px;
  float: left;
  margin-right: 8px;
  height: 74px; }

.jqzoomlist li img {
  display: block;
  width: 72px;
  height: 72px;
  border: 1px solid transparent;
  -webkit-transition: all .3s;
  transition: all .3s; }

.jqzoomlist li.on img {
  border-color: #1b9cf3; }

.jqzoomlist span {
  display: block;
  z-index: 3;
  position: absolute;
  left: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  top: 0;
  width: 18px;
  text-align: center;
  font-family: "宋体";
  background-color: #eee;
  height: 74px;
  line-height: 74px;
  margin-right: 10px;
  cursor: pointer; }

.jqzoomlist span:hover {
  color: #fff;
  background-color: #ccc; }

.jqzoomlist span.next {
  right: 0;
  left: auto;
  margin-right: 0; }

.jqzoomlist ul {
  left: 25px;
  width: 3000px;
  position: absolute;
  top: 0; }

#bigzoomimg {
  position: absolute;
  right: -447px;
  top: 0;
  width: 430px;
  height: 430px;
  border: 1px solid #ddd;
  overflow: hidden;
  display: none; }

#bigzoomimg img {
  position: absolute;
  left: 0;
  top: 0; }

#zoommark2 {
  background: url(../images/zoom.png) repeat left top transparent;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  width: 200px;
  height: 200px; }

/*详细页切换标签*/
.ProductContent {
  overflow: hidden;
  padding-top: 40px; }

.ProductContenttab {
  overflow: hidden;
  background-color: #f6f6f6;
  padding-left: 1px;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none; }

.ProductContenttab span {
  display: block;
  cursor: pointer;
  width: 131px;
  float: left;
  color: #333;
  font-size: 15px;
  text-align: center;
  line-height: 42px;
  border-top: 2px solid transparent; }

.ProductContenttab span.on {
  background-color: #fff;
  color: #1b9cf3;
  border-top-color: #1b9cf3;
  font-weight: bold; }

.ProductContentlistnr {
  padding-top: 20px;
  display: none; }

/*网站地图*/
.siteMap {
  overflow: hidden; }
  .siteMap .siteMaplist {
    border-bottom: 1px solid #eee;
    line-height: 42px;
    font-size: 16px; }
    .siteMap .siteMaplist a {
      display: inline-block;
      color: #1b9cf3; }
  .siteMap &gt; ul {
    padding: 20px 0 30px;
    overflow: hidden; }
    .siteMap &gt; ul &gt; li {
      width: 15%;
      float: left; }
      .siteMap &gt; ul &gt; li &gt; a {
        display: block;
        color: #000;
        font-size: 14px; }
      .siteMap &gt; ul &gt; li &gt; ul {
        margin-top: 10px; }
        .siteMap &gt; ul &gt; li &gt; ul a {
          display: block;
          line-height: 28px;
          font-size: 13px; }

.nyhotnewslist {
  overflow: hidden;
  padding: 20px;
  border: 3px dashed #f7f7f7; }
  .nyhotnewslist h3 {
    color: #333;
    padding-bottom: 10px;
    font-size: 16px; }
  .nyhotnewslist ul {
    overflow: hidden; }
    .nyhotnewslist ul li {
      float: left;
      width: 50%; }
      .nyhotnewslist ul li a {
        display: block;
        line-height: 36px;
        margin-right: 10px;
        padding-left: 8px;
        border-radius: 3px; }
        .nyhotnewslist ul li a:hover {
          background-color: #f7f7f7;
          text-decoration: none; }

.nyhotprolist {
  overflow: hidden;
  padding: 20px;
  border: 3px dashed #f7f7f7; }
  .nyhotprolist h3 {
    color: #333;
    padding-bottom: 10px;
    font-size: 16px; }
  .nyhotprolist .nyhotprolistmain {
    overflow: hidden; }
  .nyhotprolist ul {
    overflow: hidden;
    width: 920px; }
    .nyhotprolist ul li {
      float: left;
      width: 200px;
      margin-right: 15px;
      overflow: hidden; }
      .nyhotprolist ul li a {
        display: block;
        text-align: center; }
        .nyhotprolist ul li a .nrproimg {
          width: 198px;
          border: 1px solid #eee;
          overflow: hidden;
          height: 198px;
          margin-bottom: 5px; }
          .nyhotprolist ul li a .nrproimg img {
            display: block;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            -ms-transition: all 0.3s;
            transition: all 0.3s; }
        .nyhotprolist ul li a:hover {
          text-decoration: none; }
        .nyhotprolist ul li a:hover .nrproimg {
          border-color: #1b9cf3; }
        .nyhotprolist ul li a:hover .nrproimg img {
          -webkit-transform: scale(1.1);
          -moz-transform: scale(1.1);
          -ms-transform: scale(1.1);
          transform: scale(1.1); }

.wechat {
  position: relative; }

.wechat .wechatmain {
  position: absolute;
  font-size: 13px;
  left: 50%;
  display: none;
  width: 120px;
  line-height: 20px;
  height: 140px;
  border: 1px solid #eee;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  color: #333;
  background-color: #fff;
  margin-left: -60px; }
  .wechat .wechatmain img {
    display: block;
    margin: 5px auto 0;
    width: 110px;
    height: 110px; }
  .wechat .wechatmain em {
    border: 8px solid transparent;
    border-bottom: 8px solid #fff;
    top: -16px;
    left: 50%;
    margin-left: -8px;
    position: absolute; }

.wechat:hover .wechatmain {
  display: block; }

/* 内页 css END*/
.nyryzz li {
  width: 204px; }

.nyryzz li .nrproimg {
  width: 202px;
  height: 138px; }

.nyhzhb li {
  width: 204px; }

.nyhzhb li .nrproimg {
  width: 202px;
  height: 114px; }

.ArticleCategory .ArticleListdl {
  margin-bottom: 14px;
  height: 90px;
  background: #fff;
  padding: 30px;
  border: 1px solid #e7e7e7;
  position: relative;
  overflow: hidden;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }

.ArticleListdl a {
  display: block;
  height: 100%; }

.ArticleListdl h3 {
  color: #333333;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  line-height: 34px;
  position: relative;
  padding-left: 40px; }

.ArticleListdl h3 em, .ArticleListdl .nynewtext em {
  display: block;
  width: 28px;
  height: 28px;
  line-height: 28px;
  border-radius: 3px;
  background-color: #bababa;
  color: #fff;
  position: absolute;
  left: 0;
  top: 2px;
  text-align: center;
  font-weight: bold;
  font-size: 16px; }

.ArticleListdl .nynewtext {
  height: 46px;
  overflow: hidden;
  color: #9d9d9d;
  line-height: 21px;
  padding-left: 40px;
  padding-top: 10px;
  position: relative; }

.ArticleListdl .nynewtext em {
  top: 8px;
  background-color: #1b9cf3; }

.ArticleCategory .ArticleListdl a:hover em {
  color: #fff; }

.ArticleListdl a:hover h3 {
  color: #1b9cf3; }

.ArticleListdl:hover {
  border-color: #1b9cf3; }
</pre></body></html>